All Questions
Tagged with programmingide
6 questions
0votes
1answer
566views
Are there Visual Studio -like tools for creating forms in Linux?
I want to create forms in Linux. I create Windows forms, but for example if I was to use Linux to develop is there any software I could use to create a form like you would in Visual Studio?
1vote
0answers
488views
how to get dark theme or look for netbeans?
Not quite sure how to get dark themes for Netbeans: would like something similar to this look: just without the "side" window.
0votes
2answers
377views
netbeans has preview tile or window -- how to remove that preview?
How I get the "preview" window on the far right hand side to minimize or disappear? so that the class extends fully to the right hand side.
-1votes
2answers
355views
How to deal with C makefiles under the "Unix as IDE" philosophy?
I've been for long using VIM as my main editor and never touched an IDE since. This works great for most of the programming languages on the market. When it comes to C, though, I still fell limited to ...
2votes
3answers
525views
Developing software on linux
What tools or IDEs do I need to start developing software on Linux in C++? Can I work using C#? What are necessary skills in order to know to develop software on Linux? I mean what is required in ...
1vote
1answer
994views
Kdevelop project setup with symlinked files not seeing custom include paths
So I have a crazy project setup (well, it's only 1 file that needs this crazyness). First, I'll explain the setup. So I have a file on my dropbox. I want to include that file in a Kdevelop project, ...